From 7be2c4c54b0f69a98e1b4489edd4cde7ce79ecbe Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 17 Sep 2018 09:33:41 +0100 Subject: [PATCH] automation: skip some branches in gitlab CI Ignore branches which are always fast-forwarded to staging* branches. List of filters taken from Travis CI setup. Signed-off-by: Wei Liu Acked-by: Doug Goldstein --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2d695ff6f..bf6bf7d895 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,11 @@ stages: - xen/.config - '*.log' when: always + except: + - master + - smoke + - /^coverity-tested\/.*/ + - /^stable-.*/ .gcc-tmpl: variabes: &gcc -- 2.30.2